'Declaration Protected MustOverride ReadOnly Property Source As ImageFileSource
protected abstract ImageFileSource Source { get; }
protected: __property abstract ImageFileSource* get_Source();
protected:
abstract property ImageFileSource^ Source { ImageFileSource^ get(); }